-
Notifications
You must be signed in to change notification settings - Fork 1.4k
wifi: Assorted fixes for RC1 issues #18509
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wifi: Assorted fixes for RC1 issues #18509
Conversation
krish2718
commented
Nov 4, 2024
- Revert revert of quarantine, left a couple of Matter over Wi-Fi tests in Quarantine.
- Pull fixes for Wi-Fi RC1 testing issues
The following west manifest projects have been modified in this Pull Request:
Note: This message is automatically posted and updated by the Manifest GitHub Action. |
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: 6693309ed1b9818233747082b230785bf844c82d more detailssdk-nrf:
zephyr:
Github labels
List of changed files detected by CI (13)
Outputs:ToolchainVersion: b44b7a08c9 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
You can find the documentation preview for this PR at this link. It will be updated about 10 minutes after the documentation build succeeds. Note: This comment is automatically posted by the Documentation Publishing GitHub Action. |
west.yml
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@krish2718 Please update SHA: 2d92e0998e24d6f2dd204f419f7e7868e71e630d
Assorted Wi-Fi fixes for RC1 issues. Signed-off-by: Chaitanya Tata <[email protected]>
nRF7002EB Wi-Fi support needs two shields to be passed. Please note nRF70 Wi-Fi snippet is skipped as this applications overwrites the DTS. Signed-off-by: Chaitanya Tata <[email protected]>
Using the same arg overwrites the previous shield, they should be passed together and in proper order. Signed-off-by: Chaitanya Tata <[email protected]>
This reverts commit 7fa28ae. Signed-off-by: Chaitanya Tata <[email protected]>
54H + Wi-Fi is PSA only, but Matter is Legacy crypto and that is causing build issues (MbedTLS configs). For now Quarantine these samples till we figure out the issue. Signed-off-by: Chaitanya Tata <[email protected]>
1428b67
to
6693309
Compare